C
coynej60
I think this is probably a relatively simple problem, but I can't
figure it out. I have an app that uses an Application variable to
store my DB connection string. The object is created as so:
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Application("datacon") = "My Connection String"
End Sub
When I run the page that uses this App Object on my local IIS 5.1
server everything works fine. However when I try to run it on our
production IIS 6.0 server the Application variable has no value. I
have no idea why this is happening. Can anyone help?
figure it out. I have an app that uses an Application variable to
store my DB connection string. The object is created as so:
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Application("datacon") = "My Connection String"
End Sub
When I run the page that uses this App Object on my local IIS 5.1
server everything works fine. However when I try to run it on our
production IIS 6.0 server the Application variable has no value. I
have no idea why this is happening. Can anyone help?