Issue: GetWeb not properly submitting messages on Windows Server 2003
Issue: GetWeb not properly submitting messages on Windows Server 2003
The first thing you need to do is make sure you have at least Service Pack 1 for Windows 2003 Server installed. After you have SP1, do the following:
1) In the IIS Manager, choose the Web Server Extensions section and set the "Allow All Unknown CGI Extensions" option to "Allow."
Change 2:
1) Go into the IIS Manager
2) Open your server object
3) Open 'Application Pools'
4) Right-click on 'DefaultAppPool'
5) Choose 'Properties'
6) Select the 'Identity' tab
7) Select the 'Configurable' option (default credentials should already be there)
8) Apply your changes
After you do that, it should work. If it doesn't, try the following:
------------------------------------------------------------
NOTE: If your instance of Server 2003 created an AdminScripts directory instead of a Scripts directory under InetPub, please do this first:
a) Go into the IIS Manager.
b) Expand your Server.
c) Expand the WebSites section.
d) Right click on DefaultWebSite
e) Move your mouse over new and click on Virtual Directory
f) Click on Next.
g) In the Alias section, type the word: Scripts
h) Click on Next.
i) In the Path section, click on Browse.
j) Browse to your InetPub directory and click on Make New Directory.
h) Name the directory Scripts.
i) Select the scripts directory and click on ok.
j) When giving the directory permissions, you need to give it Read, Write, Run Scripts, and Execute.
k) After you've created the new Virtual Directory, you will need to change your CGI Data Path in PageGate to c:\inetpub\scripts
--------------------------------------------------------------
Change 3:
1) Go into the IIS Manager.
2) Go to your server in the list.
3) Right click on the folder you've got the webgate.exe file located in (generally scripts).
4) Left click on properties.
5) Click on the tab that says Virtual Directory.
6) Click on the configuration button.
7) Click on the Application Extentions section.
8) In the Application Extentions, click on Add.
9) Browse out to the webgate.exe file and select it.
10) In the extention area, type in: .exe
11) Leave the rest of the options as they are and click on OK.
12) You'll need to restart the IIS Service after you do this.
Knowledgebase
RSS Feed
-
|