First of all thanks of u r help( Both of u)
Yes. I am using IIS 5.1, and ASP.NET 2.0.0.7
as u have mentioned I did:
1) I ahve copied My website folder to C: Drive, after publishing it through VS2005, without any errors.
2) I have added users ASPNET and NETWORK SERVICES, also provided them Full Control rights.
3) then I went to IIS Configuration, Select the Virtual Directory Properties
Deselects the Document Browsing option
and checked that default documents also, Default.aspx is there
4) then I have oepned IE and type the http://localhost/DotNetNuke there( DotNetNuke is my website name)
5) I got an error 403.1 which states that Execute Access Forbidden
6) So I again Opened the Virtiual Directory propertiis of my Website's Virtual Directory, and set the Execute Permission to: Scripts and Executables, which gave me warning that, It will be posiible that, now other users can run malicious code on u r site, ut IT IS NOT A PROBLEM FOR ME RIGHT NOW
7) So after doing thsi, I have again run the same htt://localhost/DotNetNuke into my IE, and got Default.aspx ERROR Page
DotNetNuke Error!!!!!!!!!!!
and in address bar I got the big string:
http://localhost/DotNetNuke/Default.aspx?tabid=36&error=Could+not+find+a+part+of+the+path+'C%3a%5cDotNetNuke%5cApp_GlobalResources%5cLocales.xml'.&content=0
which states that, could not find a part of the path
So now what I have to do? where I went wrong??
thanks once again