asp .net exe:
-
i have done my project now i have install it how to do in asp.net ,in my project no uploading only e mail sending that can be by by outlook express how to do it?
If I've understood you well you want to deploy ASP.NET application by e-mail. You can do it by "publishing" your web site (right click on project in VS and select publish) into a folder on file system (select "only files needed to run web application). Then ZIP all files in this folder and send it via e-mail. web applications does not have singe exe file to deliver...
-
If I've understood you well you want to deploy ASP.NET application by e-mail. You can do it by "publishing" your web site (right click on project in VS and select publish) into a folder on file system (select "only files needed to run web application). Then ZIP all files in this folder and send it via e-mail. web applications does not have singe exe file to deliver...
-
forget about those things i have created one project in asp.net now i want to install it on machine how to do it?
You can use 'Copy Web' of Visual Studio .NET to XCopy deploy it onto the destination webserver.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips