uploading project

  • Thread starter Thread starter Vikas Kumar
  • Start date Start date
V

Vikas Kumar

when i upload a project
which all files i need to upload
like we remove .cs file
and what about .resx files?
 
Use the publish option in the VS2005 IDE..it does all the things for you
 
I am using visual studio 2003
and leach ftp to upload my proj
I am just asking do i need to upload .resx file also
 
resx are Resource Files... if you do not upload them you will get an error
running the website...
 
Hi Vikas,

As Bruno has mentioned, those resx files in ASP.NET projects are used for
store some localization resoruces(such as string text ) for any localized
languages. If your ASP.NET application hasn't ever use them or rely on any
data stored in them, you can just omit them when deploying your web
application.

Please feel free to post here if there is still any question on this.

Regards,

Steven Cheng
Microsoft MSDN Online Support Lead


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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

Back
Top