V
Vince
Hi,
When connecting to my application via IIS v 5.1, my asp code is
failing in my application start of the global.asax.cs file
string appName =
HttpContext.Current.Request.Url.AbsolutePath.Split(new char[] { '/' })
[1].ToUpper();
Url is null for some reason and I have no idea why.
Im entering http://localhost/myapplication/logon/logon.aspx
It works when i run the project from visual studio in debug mode...IIS
though it doesnt.
Any ideas?
When connecting to my application via IIS v 5.1, my asp code is
failing in my application start of the global.asax.cs file
string appName =
HttpContext.Current.Request.Url.AbsolutePath.Split(new char[] { '/' })
[1].ToUpper();
Url is null for some reason and I have no idea why.
Im entering http://localhost/myapplication/logon/logon.aspx
It works when i run the project from visual studio in debug mode...IIS
though it doesnt.
Any ideas?