ASP.Net troubles

Status
Not open for further replies.

vuttu

Right off the assembly line
Asp.net truobles while installing, load new file , all errors A-Z truoubles ASP.Net

I have downloaded asp.net site from FTP into .../inetpub/wwwroot/mysitefolder. but giving http 404 error. what is the remedy.

thanx
Vuttu
 
Last edited:

PainKiller

thug for life...2pac
asp.net needs to be integrated with IIS using aspnet_iisreg.exe or something like that. then, you have to make sure your IIS is running when you try to access *localhost/mysitefolder. :)

dont forget to thank me ;)
 

RCuber

The Mighty Unkel!!!
Staff member
I dont think you can use the files you have downloaded. if you have the ASP.NET serverside assemblies only then you can use the site in you system by using IIS server. after this you have to create a virtual folder and set the path to the files on the HDD . Remember, if you dont have the assemblies then you cant use it in your system.
 
OP
V

vuttu

Right off the assembly line
Dear painkiller & charan,

what is method of configuring the IIS server to activate my files, as asssembly info.vb file is also available in the files.
when i want to open exising file :unable to get the project file from the web server. unable to open the web project "mysite". the web "mysite" located on the server *localhost/ does not exist"

My files exists on both C:\Documents and Settings\Vuttu\My Documents\Visual Studio Projects\Visual Studio Projects\"mysite" and also C:\Inetpub\wwwroot\"mysite"

with thanx
vuttu
 

RCuber

The Mighty Unkel!!!
Staff member
@vuttu do you have files with the extension .DLL in those directories? those are the assemblies which i was reffering to.If you dont mind please post the file's list here.
vuttu said:
My files exists on both C:\Documents and Settings\Vuttu\My Documents\Visual Studio Projects\Visual Studio Projects\"mysite" and also C:\Inetpub\wwwroot\"mysite"
this means that you have the files in a virtual directory. so you can access it as "*localhost/mysite" you have to set the permision to that directory. You can configure that from the IIS which is available in Administrative tools.
 
Last edited:
OP
V

vuttu

Right off the assembly line
hai charan,
These are files in have find in the bin folder
mysite.dll
mysite.pdb

waitig for solution

thanx
vuttu

hai charan,
These are files in have find in the bin folder
mysite.dll
mysite.pdb

waiting for solution

thanx
vuttu
 
Last edited:
Status
Not open for further replies.
Top Bottom