8002801d problem in "global.asa" [modified]
-
Hello, I am using IIS 6.0 and faced with a possible authorization problem on the web server. The problem that I faced is occured in "global.asa" on Application("variable") statement. The system is generating following page on web browser and I never encounter anything in "event log"; error '8002801d' /LM/W3SVC/1/Root/global.asa, line 13 Also, "global.asa" as below;
'EventName Description 'Session_OnStart Runs the first time a user runs any page in your application 'Session_OnEnd Runs when a user's session times out or quits your application 'Application_OnStart Runs once when the first page of your application is run for the first time by any user 'Application_OnEnd Runs once when the web server shuts down Sub Application_OnStart Application("ConnSMC_ConnectionString") = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Connect Timeout=15;Extended Properties=""DRIVER=SQL Server;SERVER=asya;UID=sa;APP=Microsoft® Access;WSID=KEMAL;DATABASE=SMC"";Locale Identifier=1033;" Application("ConnSMC_ConnectionTimeout") = 15 Application("ConnSMC_CommandTimeout") = 30 application("lang")="TRK" 'dil secenegi End Sub
So, has anyone an idea that what caused this problem on the IIS? Regards, Orkun GEDiK SAP R/3 BASIS and Development Consultant ASTRON -- modified at 2:21 Friday 16th June, 2006 -
Hello, I am using IIS 6.0 and faced with a possible authorization problem on the web server. The problem that I faced is occured in "global.asa" on Application("variable") statement. The system is generating following page on web browser and I never encounter anything in "event log"; error '8002801d' /LM/W3SVC/1/Root/global.asa, line 13 Also, "global.asa" as below;
'EventName Description 'Session_OnStart Runs the first time a user runs any page in your application 'Session_OnEnd Runs when a user's session times out or quits your application 'Application_OnStart Runs once when the first page of your application is run for the first time by any user 'Application_OnEnd Runs once when the web server shuts down Sub Application_OnStart Application("ConnSMC_ConnectionString") = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Connect Timeout=15;Extended Properties=""DRIVER=SQL Server;SERVER=asya;UID=sa;APP=Microsoft® Access;WSID=KEMAL;DATABASE=SMC"";Locale Identifier=1033;" Application("ConnSMC_ConnectionTimeout") = 15 Application("ConnSMC_CommandTimeout") = 30 application("lang")="TRK" 'dil secenegi End Sub
So, has anyone an idea that what caused this problem on the IIS? Regards, Orkun GEDiK SAP R/3 BASIS and Development Consultant ASTRON -- modified at 2:21 Friday 16th June, 2006