-
Posted to
IIS7 - Classic ASP
by
RobertTengs
on
03-14-2007, 12:16 PM
don´t know if it was a type failer or what?
But your wrote this
Pools /[name='DefaultAppPool'].processModel.loadUserProfile:flase
Quote the last ''flase'' to be ''false'' :)
Don´t know if this helps ?
-
Posted to
IIS7 - Security
by
RobertTengs
on
03-06-2007, 2:13 AM
I change the following:
In the file ApplicationHost.Config (c:\windows>\System32\InetSrv\config\) the section where:<applicationPoolDefaults> <processModel identityType=''NetworkService'' /></applicationPoolDefaults>
Change to:
<applicationPoolDefaults> <processModel ...
-
Posted to
IIS7 - Classic ASP
by
RobertTengs
on
03-06-2007, 2:13 AM
But i already found the solution and all my ASP and .NET i now working correct...
The only solution for me was thisI change the following:
In the file ApplicationHost.Config (c:\windows>\System32\InetSrv\config\) the section where:<applicationPoolDefaults> <processModel identityType=''NetworkService'' ...
-
Posted to
IIS7 - Classic ASP
by
RobertTengs
on
03-05-2007, 5:30 AM
No error and did right click and run it in admin mode...
-
Posted to
IIS7 - Classic ASP
by
RobertTengs
on
03-05-2007, 2:16 AM
Yes, i did the command and it did not work !
This:%windir%\system32\inetsrv\appcmd set config -section:applicationPools /[name='DefaultAppPool'].processModel.loadUserProfile:false
-
Posted to
IIS7 - Classic ASP
by
RobertTengs
on
03-02-2007, 5:52 AM
Found the solution finally!
I change the following:
In the file ApplicationHost.Config (c:\windows>\System32\InetSrv\config\) the section where:<applicationPoolDefaults> <processModel identityType=''NetworkService'' /></applicationPoolDefaults>
Change to:
<applicationPoolDefaults> ...
-
Posted to
IIS7 - Classic ASP
by
RobertTengs
on
03-01-2007, 9:43 AM
I´have installed a danish Vista and run IIS7 and have connection problems...
Microsoft OLE DB Provider for ODBC Drivers fejl '80004005'
[Microsoft][ODBC Microsoft Access-driver] Der opstod en disk- eller netværksfejl.
in english:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Disk or ...
-
Posted to
IIS7 - Security
by
RobertTengs
on
02-06-2007, 2:37 AM
It all works fine in IIS 6...
Here is the Connection i´m trying to do:
Sub AbnDB Set Conn = Server.CreateObject(''ADODB.Connection'') DSN = ''DRIVER={Microsoft Access Driver (*.mdb)}; DBQ='' & Server.MapPath(''../../db/270906tracms.mdb'') Conn.Open DSN End Sub
(and relativ path is enable)
-
Posted to
IIS7 - Security
by
RobertTengs
on
02-05-2007, 9:05 AM
I have installed Vista and running IIS7 but cant make it to run with ''ODBC Microsoft Access-driver''
I have tried ''RUN'' on theese commands
icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant Users:(CI)(S,WD,AD,X)
icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant ''CREATOR ...
-
Posted to
Classic ASP
by
RobertTengs
on
01-29-2007, 8:03 AM
I have installed ''Vista'' and IIS7, after that I can´t view my .asp files
I have installed and activated ''ASPClassic, IsapiModule''
Can anybody help me ???
This danish error:
Serverfejl i programmet ''Default Web Site''
HTTP-fejl 500.0 - Internal Server Error
Beskrivelse: Handleren ''ASPClassic'' har et ...