Search found 9 matches

Go to advanced search

by KyleBM
Thu Aug 29, 2013 11:18 am
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Re: Configuring IIS6 Application Settings

Hi,

I've got the Script-timeout going now, used the following batch file command:

appcmd.exe set config "Default Web Site/EvoNET" -section:asp /limits.scriptTimeout:"00:00:03" /commit:apphost



As for the permissions I believe I have it working but the permissions for IIS_IUSRS goes under ...
by KyleBM
Wed Aug 28, 2013 4:13 pm
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Re: Configuring IIS6 Application Settings

Hi Daniel,

Thanks for the reply. Have tried to implement the above but it appears cacls.exe has been superseded by Icacls.exe which I am trying to get going.

I have added the batch file to the project and used deferred no impersonation but I am unable to correctly assign the permissions with ...
by KyleBM
Tue Aug 27, 2013 3:30 pm
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Re: Configuring IIS6 Application Settings

Hi again Daniel,

I have tried without the files & folders permissions setting and that allows the IIS to view the settings and the launch page of my IIS Server; but I need to be able to set IIS_IUSRS to have full control of my C:/CompanyName folder in order for parts of my IIS site to work. How ...
by KyleBM
Fri Aug 16, 2013 12:34 pm
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Re: Configuring IIS6 Application Settings

Hi again,

Tried again with the default iis.dll file and now installs without an error.

Now the basic installation works I have implemented the additional features needed; leaving just two final steps. Implementing the IIS configuration batch file executions and setting IIS_IUSRS permissions to ...
by KyleBM
Fri Aug 16, 2013 11:09 am
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Re: Configuring IIS6 Application Settings

Hi Daniel,

No bother everyone needs their holidays! Thanks for getting back sharply on your return.

I have reinstalled .NET 4.0 Full on the target machine and I am now able to view the ASP settings in IIS Manager, however the error the debug .dll still shows an error regarding assertion failure ...
by KyleBM
Thu Aug 15, 2013 12:54 pm
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Re: Configuring IIS6 Application Settings

Help is greatly needed ^ ;)

Thanks, Kyle
by KyleBM
Wed Aug 14, 2013 4:29 pm
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Re: Configuring IIS6 Application Settings

Thanks for the reply email, I created another installer project and simplified the install to ensure the basic components were installing fine - and that it wasn’t another feature which was causing my problems. This removed the initial error with configuring the IIS settings and allows for an 'error ...
by KyleBM
Tue Aug 13, 2013 12:53 pm
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Update

Hi Daniel,

Thanks for the email reply. (Copied below for anyone else with the same question)

Unfortunately, we don't have predefined support for configuring the HTTP Expires Response Headers. We already have this improvement on our TODO list and it will be available in a future version of ...
by KyleBM
Tue Aug 13, 2013 10:13 am
Forum: Building Installers
Topic: Configuring IIS6 Application Settings
Replies: 14
Views: 14812
 
Jump to post

Configuring IIS6 Application Settings

Hi there,

I am currently using the Advanced Installer evaluation copy to test out whether It would be viable to streamline the installation of an older application our company offers. The program installation requires that an IIS6+ server is enabled on the target machine (Windows 7 for testing but ...

Go to advanced search