|
I'm looking at two different options to host the databases of my websites.
1) I can use the Shared SQL Server 2008 offerings of my host company (plenty of space) instead of installing database software on my webserver.
2) I can install my copy of SQL ...
Answer Snippets (Read the full thread at serverfault):
Will only get access to small sql database, and not to your main sql server If you need later to move the web sites to another location, easier to move them with their own sql server You will have host Softsys Hosting (was hosting SQL databases....
|
|
I'm going to sign-up for a dedicated virtual machine from a renowned MS-centric web hosting company. The virtual machine has 1CPU and 1GB of RAM. I'll be running an ASP.NET website on it - the website is pretty simple (a few tables on the back-end DB)...
Started by devguy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Running the web server (iis/asp.net) and SQL Server on the same machine will slow.
This is somewhat more complicated possible solution.
The shared database and cache your data on the client-side.
|
|
We have a web server (IIS with ASP.NET) that has a web application deployed to it. Users of the web application can use it to upload files. The web application needs to save the files to another server using a Windows share. A virus scanning engine then...
Started by Trumpi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Edit:
I've never used access to the virus....
Be sure you have good name resolution between the web server and the machine hosting the shared folder.
In the share permissions on the shared folder set "Everyone / Full Control".
|
Ask your Facebook Friends
|
How do I find all the folders that are shared on Windows Server 2008?
Started by Raj More on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
This opens the Share and Storage Management Console on Windows Server 2008You can open a command shell and type: net share
A quick way is to insert
StorageMgmt.msc
in your.
Start box.
|
|
HI ,
How can I find the server IP which my shared hosting solution is on ?
Started by Oliver Bayes-Shelton on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
As you can see the ip address is 69.59.196.211.
Maximum = 102ms, Average = 102ms C:\>nslookup stackoverflow.com Server: someserver.com Address stackoverflow.com with the name of your server.
|
|
If I have a Windows server (typically 2000, 2003 or 2008), is there a simple way to list all local directories shared on that server?
I can find the shares themselves easily enough, but I would love a quick way to find the local directories they represent...
Started by Rune Jacobsen on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
THe resulting object's....
The only problem with this command is that it thoughtfully, look in the tree on the left for the icon labeled Shared Folders and expand it to find another icon remotely.
From a command-prompt execute "NET SHARE".
|
|
I have designed a website in ASP and uploaded on readyhosting's windows shared server. I ask them to enable gzip option from IIS web server but they are no supporting.
Is there any option to compress files over network?
thanks, Rau
Started by Rau on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There....
Take a look: Compressing HTTP output with an HttpModule (C#) and Understanding Compression and Decompression in ASP.NET 2.0
The blowery.org HttpCompressionModule was mentioned in Jeff's blog a while back when he was considering compression options .
|
|
I get an error when trying to access a shared folder on a Windows Server 2003 R2 box. Only happened recently and I am not sure why. I can access a couple of other shares on the server, but not all of them.
Not enough server storage is available to process...
Started by Sam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Are the partitions/shares full? If so, have you tried deleting some files to free up space?
If the symptoms match the common solution, and if you're getting errors in the log that match the description for that common solution...you might have....
|
|
Hi,
My windows service is creating a directory on a shared folder, and I am getting a error:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path,DirectorySecurity...
Started by Blankman on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As a complete (and assuming a windows based server) guess cross check both the shareFor security in shared folders on .net you need to configure the .net security with ".net Framework permissions on the share ....
server runs.
|
|
I'd like to have a shared password-db file for several repositories on my home svn server (run under Windows). I've figured out that I need to set all the repositories to have the same realm , but I can't figure out how to just put in an absolute path...
Started by Greg McGuffey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Give it a try:
http://www.visualsvn.com/server/download/.
It takes some of the complexities out of managing to what .
It works!
I really like using ViusalSVN server.
|