TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mayur Gujrathi
406
3.9k
1m
Vb script encryption
Mar 5 2013 7:39 AM
set encData_byte As Byte() = New Byte(len( Request("txtPassword")) - 1) {}
encData_byte = System.Text.Encoding.UTF8.GetBytes( Request("txtPassword"))
set encodedData As String = Convert.ToBase64String(encData_byte)
The above code in VBSCRIPT for encryption runs fine while debugging website ..
but fails to run in IIS
Please help
Reply
Answers (
0
)
Making a window based application Trainee Management system
How to leave the order using the checkbox TabPages