how to deploy asp.net in intranet

K

karnati

dear all,

i am deploying my asp.net project on office server using setup.exe of
my project when postback is happening it is affecting 2 entrys in
database this is happening only with IE my in FIREFOX it is working
perfect

what is the correct way to deploy a asp.net project in intranet and
what r the prerequists of the server for this

thanks in advance
 
C

Cowboy \(Gregory A. Beamer\)

Unless you have something unique going on, the easiest way to deploy is to
simply copy the project over. YOu can use xcopy or Visual Studio (the
benefit of VS is being able to choose which files go over). With 2.0, you
can precompile and then copy the results over.

The Firefox versus IE issue is not likely a deployment issue,however.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

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