Thank you for your assistance. That is what I thought.
But see the error message below when I try to init an application variable
as a cookiecontainer in global.asax.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct
format.
Source Error:
Line 5:
Line 6: Sub Application_Start(ByVal sender As Object, ByVal e As
EventArgs)
Line 7: Dim Application("partsbase_cookiecontainter") As
Net.CookieContainer
Line 8: End Sub
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.