|
-
Jan 16th, 2006, 09:22 PM
#1
Thread Starter
^:^...ANGEL...^:^
.NET Framework 2.0
I have some questions about ASP.NET applications developed in C# along with .NET Framework 2.0
If am using third party controls, say Developer Express then do they just get compiled in the application when it's hosted..?
Or I need to do some special installation on hosting server for that..?
Which hosting companies are good for .NET Framework 2.0 hosting..?
Cheers
-
Jan 17th, 2006, 05:02 AM
#2
Re: .NET Framework 2.0
No, its assembly will also need to be uploaded along with the rest of your website.
2... I like www.jodohost.com
-
Jan 17th, 2006, 03:43 PM
#3
Thread Starter
^:^...ANGEL...^:^
Re: .NET Framework 2.0
Hi, long time no see. Hope things are fine Thanks for the quick reply.
How do I find this assemblies..? Bin directory perhaps..!
I am looking for a host which can give me 5 GB space and 2.5 GB SQL Server Database size which I can't really afford at this time, know anyone who can do this..?
-
Jan 18th, 2006, 05:02 AM
#4
Re: .NET Framework 2.0
Bin Directory, yes. If your assembly is not there, it may be in the GAC. Since your host won't allow you to access the GAC, you will need to set that assembly's CopyLocal property to true (Which puts it in the BIN directory)
I am looking for a host which can give me 5 GB space and 2.5 GB SQL Server Database size which I can't really afford at this time, know anyone who can do this..?
For free? HA HA!
-
Jan 18th, 2006, 03:53 PM
#5
Thread Starter
^:^...ANGEL...^:^
Re: .NET Framework 2.0
 Originally Posted by mendhak
Bin Directory, yes. If your assembly is not there, it may be in the GAC. Since your host won't allow you to access the GAC, you will need to set that assembly's CopyLocal property to true (Which puts it in the BIN directory)
Thanks I will try that one out 
Is there a way to make package using some package and deployment wizard in ASP.NET project..?
 Originally Posted by mendhak
For free? HA HA!
I know I am asking for a lot so I have decided to get a fix IP and host the damn thing from home
-
Jan 18th, 2006, 04:15 PM
#6
Re: .NET Framework 2.0
Unless you have a server edition OS, you wont be able to do that unless your max concurrent users will be two and your http-keep-alives are off. And if you don't know what I mean by that, then you are really in for a world of hurt.
Now, as for a hosting suggestion that isnt cheap but is REALLY GOOD and has a REALLY GOOD price, use www.1and1.com
I use them for 6 sites, all ASP.NET and two are running SQL Server backends. I also get 2 GB FTP space (yes, two GIG) and 2 TB Monthly traffic (yes, two TERRAbytes) and I pay 19.95 per month to host ALL SIX. (They share the same space/traffic)
And all of their support personnel are Microsoft Certified.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Jan 19th, 2006, 04:04 AM
#7
Re: .NET Framework 2.0
 Originally Posted by Lord_Rat
Unless you have a server edition OS, you wont be able to do that unless your max concurrent users will be two and your http-keep-alives are off. And if you don't know what I mean by that, then you are really in for a world of hurt.
Now, as for a hosting suggestion that isnt cheap but is REALLY GOOD and has a REALLY GOOD price, use www.1and1.com
I use them for 6 sites, all ASP.NET and two are running SQL Server backends. I also get 2 GB FTP space (yes, two GIG) and 2 TB Monthly traffic (yes, two TERRAbytes) and I pay 19.95 per month to host ALL SIX. (They share the same space/traffic)
And all of their support personnel are Microsoft Certified.
Nice!
-
Jan 19th, 2006, 05:24 AM
#8
Thread Starter
^:^...ANGEL...^:^
Re: .NET Framework 2.0
 Originally Posted by Lord_Rat
Unless you have a server edition OS, you wont be able to do that unless your max concurrent users will be two and your http-keep-alives are off. And if you don't know what I mean by that, then you are really in for a world of hurt.
Now, as for a hosting suggestion that isnt cheap but is REALLY GOOD and has a REALLY GOOD price, use www.1and1.com
I use them for 6 sites, all ASP.NET and two are running SQL Server backends. I also get 2 GB FTP space (yes, two GIG) and 2 TB Monthly traffic (yes, two TERRAbytes) and I pay 19.95 per month to host ALL SIX. (They share the same space/traffic)
And all of their support personnel are Microsoft Certified.
I will be running Windows Server 2003 with IIS 6 so number of connections are not a problem 
Among the 2 GB space how big the SQL Database can be..? Not sure but I can't see any reference on the site which tells me which .NET Framework they are offering and will they offer SQL Server 2005.?
Last edited by wrack; Jan 19th, 2006 at 05:28 AM.
-
Jan 19th, 2006, 05:34 AM
#9
Re: .NET Framework 2.0
Wrack, hello 
If you add a web deployment project to your solution, you can build this project and it creates a folder with ALL the files your app needs, web pages, compiled DLLs, 3rd party DLLs, recource files etc. You then just literally copy the entire folder to your webserver and point ya VD at it. VERY handy imo.
Woof
-
Jan 19th, 2006, 06:12 AM
#10
Retired VBF Adm1nistrator
Re: .NET Framework 2.0
Or "Publish" the website and it'll copy/ftp the files for you
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 19th, 2006, 03:31 PM
#11
Thread Starter
^:^...ANGEL...^:^
Re: .NET Framework 2.0
Hey woka Good to see you :woof woof:
So just create a website project solution as I normally do and then add web deployment project to it..? This directory you say it will create, will it have bin directory..?
Thanks plenderj, does this create a MSI installation package..?
-
Jan 19th, 2006, 04:08 PM
#12
Re: .NET Framework 2.0
 Originally Posted by wrack
I will be running Windows Server 2003 with IIS 6 so number of connections are not a problem
Among the 2 GB space how big the SQL Database can be..? Not sure but I can't see any reference on the site which tells me which .NET Framework they are offering and will they offer SQL Server 2005.?
From the site:
Please note: MS SQL is only included with 1&1 Microsoft Business and Developer shared hosting plans. MS SQL databases have a maximum capacity of 200 MB.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Jan 19th, 2006, 06:53 PM
#13
Thread Starter
^:^...ANGEL...^:^
-
Jan 19th, 2006, 07:12 PM
#14
Re: .NET Framework 2.0
Publiching it as Jamie suggested wouldn't create an install package. Adding a web project deployment project to your solution will create 1 of 4 things, ranging from just the raw files (including bin folder) that u just copy to your web server (same as publish) to a full setup package where u just run one exe, or msi, or you know...can't remember off the top of my head.
Woooff
-
Jan 19th, 2006, 07:44 PM
#15
Retired VBF Adm1nistrator
Re: .NET Framework 2.0
Publish won't take across .vb or .resx files etc etc though
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 19th, 2006, 10:59 PM
#16
Thread Starter
^:^...ANGEL...^:^
Re: .NET Framework 2.0
 Originally Posted by Wokawidget
Publiching it as Jamie suggested wouldn't create an install package. Adding a web project deployment project to your solution will create 1 of 4 things, ranging from just the raw files (including bin folder) that u just copy to your web server (same as publish) to a full setup package where u just run one exe, or msi, or you know...can't remember off the top of my head.
Woooff
Thanks
-
Jan 19th, 2006, 11:00 PM
#17
Thread Starter
^:^...ANGEL...^:^
Re: .NET Framework 2.0
 Originally Posted by plenderj
Publish won't take across .vb or .resx files etc etc though
So just the files which are compiled to intermediate language but not the raw source files..!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|