Updating files/projects

T

Tom wilson

I'm just not getting this. I need to create a new asp.net
application. I have a 2003 web server with administrative privs. So
what I do is create a new website on the server, add FP extensions for
good measure and define it as an application.

I bring up vs.net. Start a new web project. It prompts me for a UNC
share that doesn't exist. So I connect using FP extenstions. All
seems well.

Now, I want to add an existing set of HTML pages to work with. So I
copy them to the server. They don't show up in my vs.net project. I
can refresh all I want, they just don't show up.

How do I, or how does vs.net syncronize with the web server? In
Visual Interdev I'd just refersh the project, see the new files and
away I go.

How does one properly add existing pages to a new or existing asp.net
project?

Thanks!
 
S

Steven Spits

Tom wilson said:
Now, I want to add an existing set of HTML pages to work with. So I
copy them to the server. They don't show up in my vs.net project. I
can refresh all I want, they just don't show up.

Just because they exist in the same folder doesn't mean they are part of the
project.

Click on the button "Show all files" (Solution explorer, all the way up) to
show the files you copied. Right-click them and select "Include in project".
That's it!

With kind regards,

Steven

- - -
 

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

Top