|
Hi minhpc_bk,
Thank you.
Do you have idea on any another deployment tool which supports the deployment to multiple server?
Will "Wise for Visual Studio" work?
Also as you mentioned with VS.Net setup we have to handle it by our own. Can you give me some idea on how to go about it.It will be helpful.
Thank you,
HV
|
|
|
|
|
hiraljv wrote: Do you have idea on any another deployment tool which supports the deployment to multiple server?
Will "Wise for Visual Studio" work?
I don't know, you may need to check out the documetation of Wise as well as Install Shield to see if they support what you need.
hiraljv wrote: Also as you mentioned with VS.Net setup we have to handle it by our own. Can you give me some idea on how to go about it.It will be helpful.
Basically, when the web setup project runs, it will create a virtual directory at the default web server on the current machine, do some configurations, and copy the content files. So I think you can manage to use the Windows Management Instrumentation (WMI) to connect to the selected servers, and make a web site, and copy the web pages to the destination location. If you're not familiar with WMI, you can search for "create web site with C#" or something like that on google, and you can start with from there.
|
|
|
|
|
|
Where i can download IIS 5.0 ..I have Window XP operating system.
Life is not easy ,let's make it.
|
|
|
|
|
It's part of the OS, and you can choose to install from the Add/Remove Windows Components. But if you use the XP Home Edition, you may only need the built-in server in VS 2005.
|
|
|
|
|
Hi all,
have you any idea about maximum length of URL in IE?
|
|
|
|
|
Maximum URL length is 2,083 characters in Internet Explorer
|
|
|
|
|
|
|
Hi i m working on network system but i have installed .net framwork on my pc.tell me how can i access localhost server which is installed on my pc. I want to make my asp.net project only on my pc while using localhost ..IIS5.0..
What should I do to make project on asp.net with my IIS .while my pc connected to network ..Is there any setting which is seperae to access IIS or Othere server.?
plzz help me i m eger to work on .net.
Life is not easy ,let's make it.
|
|
|
|
|
Just put your web application under the local wwwroot folder. Access it using http://localhost/
And in this case, life is that easy.
If you are running visual studio and you create a new project, then this is how it will work.
|
|
|
|
|
IIS5.0? Why not IIS6.0?
"The key, the whole key, and nothing but the key, so help me Codd"
|
|
|
|
|
Hi
I want to give Microsoft Certified Application Developer (MCAD) exam but i don't have study material please can any one send me links and name of books which i should read . Please reply me
|
|
|
|
|
A GuidLine:
3dbc337b-1df8-41b4-ac28-729b1320bd38
|
|
|
|
|
Thanks for reply
What is that ? Sorry didn't get that
|
|
|
|
|
Regards
Angel
*********************************************
The sooner you fall behind, the longer you have to catch up.
|
|
|
|
|
|
|
Hi Friends,
Can anyone tell me how can we implement spell check in a web application using ASP.Net and C#. My problem is that i have a text area. what all words i enter there should be checked for its correctness.
Thanks in advance.
Vipin
|
|
|
|
|
You might want to check out a couple of third party components[^] out there before deciding to implement one.
|
|
|
|
|
Try searching code project for articles with the keywords "spell check".
Logifusion[^]
|
|
|
|
|
I am trying to integerate my web application with another web application,
how am i gonna get the field values which are sent via silent post technique
by the other web application.
Thanks in advance.
SMI
|
|
|
|
|
|
request.form("fieldname").tostring()
try to be good if you can't be the best
|
|
|
|
|
Hello, good day!
I have a datagrid which have 32 columns that is Quantity, Unit Price and amount. The Quantity and Unit Price which contain data are bind from database. My problem is how do i write a code that calculate the amount of each rows in the datagrid and put it in the Amount column?
(Amount=Quantity * Unit Price)
Anyone can help me to solve this problem? Thanks..
Best Regards,
Pei Sun
|
|
|
|