[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Nisar

1/15/2003 11:03:00 AM

I cannot see the webcontrols, for example a textbox or button when view in
the browser, but I can see them in the vs.net.

Someone mentioned that a IIS reg file needs to be run in order to fix
things. problem is I don't know reg file and where.

Any assistance would be appreicated.

Thanks.



2 Answers

(Bassel Tabbara [MSFT])

1/15/2003 2:45:00 PM

0

Hello Nisar,
You need to run aspnet_regiis since the mappings to asp.net are missing in
IIS. This tool is usually under the framework installation directory.
To solve the problem follow the steps below:
1. Click Start, and then click Run.

2. Type "cmd" (without the quotation marks) 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\v1.0.3705

4. Type "aspnet_regiis -i" (without the quotation marks) to configure
the required application mappings correctly.


Thanks,
Bassel Tabbara
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.



--------------------
| From: "Nisar" <nisartahir@hotmail.com>
| Subject: Cannot see webcontrols
| Date: Wed, 15 Jan 2003 10:03:59 -0000
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 5.50.4920.2300
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300
| Message-ID: <uzuOg3HvCHA.2380@TK2MSFTNGP12>
| Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
| NNTP-Posting-Host: www.in-sc.com 213.208.115.251
| Path: cpmsftngxa06!TK2MSFTNGP08!TK2MSFTNGP12
| Xref: cpmsftngxa06
microsoft.public.dotnet.framework.aspnet.webcontrols:8535
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
|
| I cannot see the webcontrols, for example a textbox or button when view in
| the browser, but I can see them in the vs.net.
|
| Someone mentioned that a IIS reg file needs to be run in order to fix
| things. problem is I don't know reg file and where.
|
| Any assistance would be appreicated.
|
| Thanks.
|
|
|
|

Nisar

1/15/2003 3:20:00 PM

0

Thank you Bassel, that worked.

Nisar
"Bassel Tabbara [MSFT]" <basselt@online.microsoft.com> wrote in message
news:mYOwgxJvCHA.1872@cpmsftngxa06...
> Hello Nisar,
> You need to run aspnet_regiis since the mappings to asp.net are missing in
> IIS. This tool is usually under the framework installation directory.
> To solve the problem follow the steps below:
> 1. Click Start, and then click Run.
>
> 2. Type "cmd" (without the quotation marks) 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\v1.0.3705
>
> 4. Type "aspnet_regiis -i" (without the quotation marks) to configure
> the required application mappings correctly.
>
>
> Thanks,
> Bassel Tabbara
> Microsoft, ASP.NET
>
> This posting is provided "AS IS", with no warranties, and confers no
rights.
>
>
>
> --------------------
> | From: "Nisar" <nisartahir@hotmail.com>
> | Subject: Cannot see webcontrols
> | Date: Wed, 15 Jan 2003 10:03:59 -0000
> | Lines: 12
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 5.50.4920.2300
> | X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300
> | Message-ID: <uzuOg3HvCHA.2380@TK2MSFTNGP12>
> | Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
> | NNTP-Posting-Host: www.in-sc.com 213.208.115.251
> | Path: cpmsftngxa06!TK2MSFTNGP08!TK2MSFTNGP12
> | Xref: cpmsftngxa06
> microsoft.public.dotnet.framework.aspnet.webcontrols:8535
> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
> |
> | I cannot see the webcontrols, for example a textbox or button when view
in
> | the browser, but I can see them in the vs.net.
> |
> | Someone mentioned that a IIS reg file needs to be run in order to fix
> | things. problem is I don't know reg file and where.
> |
> | Any assistance would be appreicated.
> |
> | Thanks.
> |
> |
> |
> |
>