Can I build a project from web ?

  • Thread starter Thread starter Raja Babu via DotNetMonster.com
  • Start date Start date
R

Raja Babu via DotNetMonster.com

Hi All,

Can I build a project from web ?

I have an asp.net application running at my ISP's webserver and I need to make some code changes in code behind files.

In Visual Studio 2003 I go:
Open > Project from Web and after clearing security I can see my project in Solutions Explorer.

Now, when I make code changes to codebehind file of my start page and then go Build > Build Soultion, I get build errors.

In the Task List I see - "105 Build Error Tasks Shown(filtered)"

I realize, this might not be the way to do it and seeking help.

Can any one help ?

Cheers
Raj
 
You're not likely to have sufficient permissions to build that way. You
should get the files to your local machine, build the DLL and copy it back
up.

Ken
MVP [ASP.NET]
 
Back
Top