Rank: Newbie Groups: Member
Joined: 5/9/2007 Posts: 2 Points: 0 Location: Oregon
|
I am trying to install mla. I have placed the entire application in a sub-directory of an existing and working ASP.NET 2.0 web application. When i try to navigate to the default page of the mla app I get a 'Resource cannot be found' error. The path it is looking for is 'myroot/admin/conn/connoff.aspx', but this page is actually in the folder 'myroot/admin/SQLUTIL/conn/connoff.aspx'. Why is mla missing the 'sqlutil' folder in the path and what do I need to do to fix it?
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
You must declare the virtual directory "SQLUTIL" as a web application. If you cannot do that, then copy the whole content of the BIN folder ('myroot/admin/SQLUTIL/bin) - including its subfolders - into your main web application BIN folder (myroot/bin or myroot/admin/bin)
Hope this helps
|
Rank: Newbie Groups: Member
Joined: 5/9/2007 Posts: 2 Points: 0 Location: Oregon
|
Thank you for the response, it worked.
|