asp.net not available in iis extensions
asp.net not available in iis extensions
am 12.09.2007 12:11:38 von darmin.memisevic
Hello,
I am having problems with running an asp website on a server. We have
a Windows Server 2003 R2 in question. It has been setup for an
Application Server using the "Configure your Server Wizard". IIS 6.0
is able to work with a standard HTML webpage. However when we replace
the folder with a asp website it does not work. It gives an error
"cannot open page" in the IE. Another thing I have noticed that
within IIS (inetmgr) in the web service extensions there is no asp.net
extension available at all so I can change its status to "allow".
In the Control Panel in the Remove Add Programs>Add Remove Windows
Components>Application Server there is no ASP installation available
at all.
I don't understand this. Could someone please help me with this. I
just need to install the Fuzzy Duck File Explorer so we can do some
minor file sharing...
Thanks,
Darmin
Re: asp.net not available in iis extensions
am 12.09.2007 13:44:43 von geXen
On Sep 12, 6:11 am, darmin.memise...@gmail.com wrote:
> Hello,
>
> I am having problems with running an asp website on a server. We have
> a Windows Server 2003 R2 in question. It has been setup for an
> Application Server using the "Configure your Server Wizard". IIS 6.0
> is able to work with a standard HTML webpage. However when we replace
> the folder with a asp website it does not work. It gives an error
> "cannot open page" in the IE. Another thing I have noticed that
> within IIS (inetmgr) in the web service extensions there is no asp.net
> extension available at all so I can change its status to "allow".
>
> In the Control Panel in the Remove Add Programs>Add Remove Windows
> Components>Application Server there is no ASP installation available
> at all.
>
> I don't understand this. Could someone please help me with this. I
> just need to install the Fuzzy Duck File Explorer so we can do some
> minor file sharing...
>
> Thanks,
> Darmin
Darmin,
I'm a little confused. Are you trying to install ASP or ASP.NET? If
you're trying to do an ASP.NET page, reinstall the .NET framework.
Re: asp.net not available in iis extensions
am 12.09.2007 15:26:10 von darmin.memisevic
The problem is that I have IIS 6.0 installed and when i try to run a
page with .asp extension it doesnt want to work. When i put an
index.html page in there it resolves without any problems.
Re: asp.net not available in iis extensions
am 12.09.2007 15:34:57 von Daniel Crichton
memko wrote on Wed, 12 Sep 2007 06:26:10 -0700:
> The problem is that I have IIS 6.0 installed and when i try to run a
> page with .asp extension it doesnt want to work. When i put an
> index.html page in there it resolves without any problems.
..ASP is classic ASP, not ASP.NET. Look in the Web Service Extensions list
for Active Server Pages.
Dan
RE: asp.net not available in iis extensions
am 12.09.2007 16:34:03 von jagan
"darmin.memisevic@gmail.com" wrote:
> Hello,
>
> I am having problems with running an asp website on a server. We have
> a Windows Server 2003 R2 in question. It has been setup for an
> Application Server using the "Configure your Server Wizard". IIS 6.0
> is able to work with a standard HTML webpage. However when we replace
> the folder with a asp website it does not work. It gives an error
> "cannot open page" in the IE. Another thing I have noticed that
> within IIS (inetmgr) in the web service extensions there is no asp.net
> extension available at all so I can change its status to "allow".
>
> In the Control Panel in the Remove Add Programs>Add Remove Windows
> Components>Application Server there is no ASP installation available
> at all.
>
> I don't understand this. Could someone please help me with this. I
> just need to install the Fuzzy Duck File Explorer so we can do some
> minor file sharing...
>
> Thanks,
> Darmin
>
>
RE: asp.net not available in iis extensions
am 12.09.2007 16:38:00 von jagan
"darmin.memisevic@gmail.com" wrote:
> Hello,
>
> I am having problems with running an asp website on a server. We have
> a Windows Server 2003 R2 in question. It has been setup for an
> Application Server using the "Configure your Server Wizard". IIS 6.0
> is able to work with a standard HTML webpage. However when we replace
> the folder with a asp website it does not work. It gives an error
> "cannot open page" in the IE. Another thing I have noticed that
> within IIS (inetmgr) in the web service extensions there is no asp.net
> extension available at all so I can change its status to "allow".
>
> In the Control Panel in the Remove Add Programs>Add Remove Windows
> Components>Application Server there is no ASP installation available
> at all.
>
> I don't understand this. Could someone please help me with this. I
> just need to install the Fuzzy Duck File Explorer so we can do some
> minor file sharing...
>
> Thanks,
> Darmin
>
> hai Darmin
>please do following steps
his error may occur if the Microsoft .NET Framework setup or installation
was not completed correctly. When this occurs, the application mappings for
ASP.NET file name extensions (such as .aspx) are not configured correctly in
Microsoft Internet Information Services (IIS).
To check whether the application mappings are correct, follow these steps:
1. Click Start, point to Programs, point to Administrative Tools, and then
click Internet Services Manager.
2. Expand the node that corresponds to the local host (computer name), and
then expand the Default Web Site node.
3. Right-click your Web application directory, and then click Properties.
4. On the Directory tab, under Application Settings, click Configuration.
5. Click the App Mappings tab.
6. On the App Mappings tab, under Application Mappings, check whether the
..aspx extension is mapped to the following dynamic-link library (DLL):
C:\Windows Directory\Microsoft.Net\Framework\\aspnet_isapi.dll
NOTE: You must replace Windows Directory in this path with the correct
directory for your system and replace Version with the version of the .NET
Frame work installed on your system.
7. If the application mapping entry is not found, follow the steps in the
"Resolution" section.
Back to the top
RESOLUTION
To resolve this problem, use the Aspnet_regiis.exe administration utility
that manages the installation and uninstallation of multiple versions of
ASP.NET on a single computer.
To use the Aspnet_regiis.exe utility, follow these steps:
1. Click Start, and then click Run.
2. Type cmd in the Open box, and then click OK to open a command prompt.
3. At the command prompt, use the cd command to change to the following
directory:
C:\Windows Directory\Microsoft.Net\Framework\Version
Note: You must replace Windows Directory in this path with the correct
directory for your system and replace Version with the version of the .NET
Frame work installed on your system.
4. Type aspnet_regiis -i to configure the required application mappings
correctly.
>bye
>jagadeesh
Re: asp.net not available in iis extensions
am 12.09.2007 16:42:03 von jagan
"memko" wrote:
> The problem is that I have IIS 6.0 installed and when i try to run a
> page with .asp extension it doesnt want to work. When i put an
> index.html page in there it resolves without any problems.
>
> hai memko I am jagadeesh
please following steps for that problem
his error may occur if the Microsoft .NET Framework setup or installation
was not completed correctly. When this occurs, the application mappings for
ASP.NET file name extensions (such as .aspx) are not configured correctly in
Microsoft Internet Information Services (IIS).
To check whether the application mappings are correct, follow these steps:
1. Click Start, point to Programs, point to Administrative Tools, and then
click Internet Services Manager.
2. Expand the node that corresponds to the local host (computer name), and
then expand the Default Web Site node.
3. Right-click your Web application directory, and then click Properties.
4. On the Directory tab, under Application Settings, click Configuration.
5. Click the App Mappings tab.
6. On the App Mappings tab, under Application Mappings, check whether the
..aspx extension is mapped to the following dynamic-link library (DLL):
C:\Windows Directory\Microsoft.Net\Framework\\aspnet_isapi.dll
NOTE: You must replace Windows Directory in this path with the correct
directory for your system and replace Version with the version of the .NET
Frame work installed on your system.
7. If the application mapping entry is not found, follow the steps in the
"Resolution" section.
Back to the top
RESOLUTION
To resolve this problem, use the Aspnet_regiis.exe administration utility
that manages the installation and uninstallation of multiple versions of
ASP.NET on a single computer.
To use the Aspnet_regiis.exe utility, follow these steps:
1. Click Start, and then click Run.
2. Type cmd in the Open box, and then click OK to open a command prompt.
3. At the command prompt, use the cd command to change to the following
directory:
C:\Windows Directory\Microsoft.Net\Framework\Version
Note: You must replace Windows Directory in this path with the correct
directory for your system and replace Version with the version of the .NET
Frame work installed on your system.
4. Type aspnet_regiis -i to configure the required application mappings
correctly.
bye
jagadeesh