IIS &Missing Folders ?

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi,

I'm having a problem when ever I try to insert a form validation, the error
it produces says something to effect of it cannot find the js within the
specified folder.

I've been doing some research into this problem and its look I need to copy
the folder 'aspnet_client' to somewhere else, the trouble is I've looked in
the wwwroot folder and I don't have that folder ?

I've checked another machine and sure enough that had an aspnet_client and
an aspnet_webadmin folders.

So obviously I now to need to reinstall these folders, are the contents
generic enough to take from one machine and copy directly to another ?

What program was responsible to installing them ? Dot.NET Framework, Visual
Studio 2003, W2K ?

Thanks in advance.
 
Hi,

Type the following from your command prompt

%windir%\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis -c

This will install the aspnet_client folder in your wwwroot's default website.

Hope it helps.
 
Thanks for the reply.

I've tried what you suggested however I get "unrecognised command" error ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top