Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~100 People Reached
Favorite Forums
Favorite Tags
Member Avatar for LoveLulu

I am currently running on a ASP.NET v2.5, and I am having a terrible time converting this ASP to .NET compatibility... Any assistance would be greatly appreciated!! [CODE]<% Dim scr, loc If Request.Querystring("Check") = "" Then scr = Request.ServerVariables("SCRIPT_NAME") loc = instrRev(scr,"/") scr = mid(scr, loc+1, len(scr) - loc) response.cookies("enabled").value="1" …

Member Avatar for webmaven
0
59
Member Avatar for LoveLulu

I was running on a ASP, we now converted our servers to run on ASP.NET v2.5, and I am having a terrible time converting this ASP to .NET compatibility... Any assistance would be greatly appreciated!! [CODE]<% Dim scr, loc If Request.Querystring("Check") = "" Then scr = Request.ServerVariables("SCRIPT_NAME") loc = instrRev(scr,"/") …

0
41