I tried to find link to download Visual Studio 2005 Express. I coulnt find it.. Where I can find link to download VS2005 Express?
Thanks
|
| usguy |
There is no such thing. There are only the express editions, one per language and one for web development. I'm sure your google search found those. If you want an all in one IDE, you need to buy it.
Christian Graus - MVP, C++. Check out http://blog.metalmusings.com/ - my heavy metal blog |
| cgraus |
Well I need Visual studio Integrated environment to deploy my ASP.Net applications. Any idea how I can do it?
|
| usguy |
You can buy the Standard edition for $300, if the Express Edition for web development doesn't do what you need.
I don't see how you need any particular version to deploy your app though, how do you mean ?
Christian Graus - MVP, C++. Check out http://blog.metalmusings.com/ - my heavy metal blog |
| cgraus |
I am sorry I am new to Visual Studio 2005. But I understand with Visual studio Integrated Develpoment envireonment you can create deployment project . Please see
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
|
| usguy |
Yes, you can, but an ASP.NET app just lives on a server. Is this an app that will be distributed often ? I'd have expected to just copy the files to CD, go to the server and install/configure an ASP.NET app.
Christian Graus - MVP, C++. Check out http://blog.metalmusings.com/ - my heavy metal blog |
| cgraus |
I know this sounds dumb but How do you configure ASP.NET app? I did copy app on public sever but it wont work. That is why I was looking for some kinda deployment type application.
|
| usguy |
First of all, you need to install the .NET framework, after IIS is installed. Then you need to create a virtual directory in IIS that points to the app, or make the apps directory the root for IIS on that machine.
If you're using some sort of hosting service, they probably have all this set up for you. What do you mean by 'it won't work', what is happening ?
Christian Graus - MVP, C++. Check out http://blog.metalmusings.com/ - my heavy metal blog |
| cgraus |
Yes I am using hosting company. They have .Net framework already installed. And they are not ready to help. Here is error I get.
Server Error in '/' Application.
Configuration Error |
| usguy |
Configuring IIS is something your hosting company needs to do.
http://www.cryer.co.uk/brian/mswinswdev/ms_vbnet_vb_not_configured_as_app.htm
Christian Graus - MVP, C++. Check out http://blog.metalmusings.com/ - my heavy metal blog |
| cgraus |
Thank you very much. I will try to find more abt this. When I talked to my hosting company they said everything is configued for you. Thats what makes me confuse how to resolve this issue.
If you find out more can you please email me on nedubg@yahoo.com ?
Again..I appriciate you time and efforts.
Have Good one.
|
| usguy |
No worries, glad to help. Just post here again if you're still stuck.
Christian Graus - MVP, C++. Check out http://blog.metalmusings.com/ - my heavy metal blog |
| cgraus |
Hi, I could make it work. Thank you for your help. I have one more question though. I am using 3rd party component in my project. I know what files I need to distribute. My question is how do I install them on public domain. I am using hosting company.
Thank you
|
| usguy |
I am running into the same issue w/ my hosting co. What did you do to resolve?
thks
b4
boom4 |
| boom4 |
If you develop a web application that has certain requirement you will need to host that fulfills thos requirements.
You should contact your ISP to find out if they can host your application, alternativly find a new host.
Mark the best replies as answers! |
| Andreas Johansson |
Well..sorry for late response..i could sovle that issue. I was using gridview but now i replaced it with Infragistics Ultra grid..and now I am having same issue.
First I had setting path was issue. I could resovle that. Still stuck with this one though. |
| usguy |