New Asp.Net Application

  • Thread starter Thread starter Mortel
  • Start date Start date
M

Mortel

Hi,
I have some problems with starting my asp.net application. When I entering
on login page I see message that it can't find file WebUIValidation.js. I
found in MSDN about aspnet_regiis.exe and configuration asp's application. I
configured it, uninstalled my framework 0.5 because I had two framework's
and now I have framework 1.1 but still I have problems. I don't what I must
do ?
Thank's for your help.

Boniek
 
Hi,

Make sure thatyou have on your root directory a folder named aspnet_client
, if not create a virtual directory to it, usually you find it on
C:\Inetpub\wwwroot\aspnet_client


Hope this help,
 
U¿ytkownik "Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT
dot.state.fl.us> napisa³ w wiadomo¶ci
Hi,

Make sure thatyou have on your root directory a folder named aspnet_client
, if not create a virtual directory to it, usually you find it on
C:\Inetpub\wwwroot\aspnet_client


Hope this help,

Hi,
I affraid I haven't any virtual aspnet_client and any folder
C:\Inetpub\wwwroot\aspnet_client.
Maybe first I installed my framework and next IIS and here is problem. Other
machine work good when I installed first IIS while installing system and
next isntalled IIS. I haven't any idea what is the problem ?
Thank's
Boniek
 
Hi Mortel,

Why don't you copy the aspnet_client directory from the other machine and
see if it works. then make sure that it's accesible from the root directory
of your web server.

Cheers,
 
Back
Top