Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
31 views

Saving Image Path in SQL server

I want to know a proper way of saving image path to SQL server when working with ASP.net. I'm using SQL server 2005 & VB 2008.
0
votes
1answer
62 views

How can I hide my domain name or ip from users

I'm developing a windows application in C# along with an accompanying asp.net website. Both are hosted on a web server. I wish to disguise my server ip address and/or domain name so they are not ...
1
vote
0answers
41 views

Have a multilingual website, need querystrings showing language, entire code included [migrated]

I have a multilingual company website (9 languages -- Visual Studio 2010 / VB / ASP.NET 4.0). I followed a tutorial on how to make it so the client may click a flag and the page displays in that ...
2
votes
1answer
49 views

Web form losing POST values in a proxy environment

I have an ASP.NET form (a login page), when I POST the values to the server (windows, IIS 6), the request passes through a proxy and the POST pareameters end up getting lost and ultimately the page ...
0
votes
1answer
76 views

Does google app engine support ASP.NET

Can I migrate my ASP.NET application to Google App Engine and it will run? Here is link, what is google app engine. As far documentation it supports either Go Environment Java Runtime Python ...
2
votes
1answer
63 views

Publishing an asp.net mvc3 website database and all to a website?

Just wondering is this possible? I have some local databases which run fine, if I could move them all up to a server online it would be great (with their data and all that). Currently what I'm doing ...
1
vote
1answer
69 views

anyone know a good cheap asp.net mvc3 webhost? [closed]

Possible Duplicate: How to find web hosting that meets my requirements? I'm looking for an asp.net webhost to use, not looking for anything particularly fancy, just something to test some ...
1
vote
1answer
120 views

Free cloud hosting for asp.net facebook apps? [closed]

Possible Duplicate: How to find web hosting that meets my requirements? Facebook offers free app-hosting for PHP, Ruby, Node.js and Python, see ...
0
votes
3answers
41 views

How to diagnose one user not able to reach my site?

My site is www.trainerroad.com and lives on Azure. I have a customer who get's Oops! Google Chrome could not connect to www.trainerroad.com When trying to access our website. Yesterday they ...
0
votes
2answers
43 views

discountasp.net / shared hosting for an ecommerce website [closed]

Is there any disadvantage on using shared hosting in general (of discountasp.net) for an ecommerce website? security concerns or performance? The site is new and we dont expect many visitors right ...
0
votes
0answers
21 views

Will changing a contact form markup from asp to php affect my current page postion with the search engines? [closed]

Possible Duplicate: SEO - Changing file extension I want to change the contact form on my website from asp to php. The reason I want to do this is because I know php but I dont know asp and ...
0
votes
1answer
40 views

To change url to user friendly url

I'm re-factoring my asp.net application from asp.net 3.5 to 4.0. Also I'm changing url to user friendly url. Example /product.aspx?id=100 to /product-name/100 All my pages indexed by ...
2
votes
2answers
51 views

How to insert in a blog sharing links to visitors Tweet, Facebook and so on social networks?

I am developing a web blog using ASP.NET, but I guess that the tech details like this, here, is not important. My aim is to insert in every post I create those nice buttons to the social networks ...
2
votes
1answer
58 views

Google analytics - drop in traffic [closed]

Possible Duplicate: Google analytics - drop in traffic Bit of a general question here. We are in the process of converting a number of our clients from older web sites to new ones. The ...
4
votes
3answers
56 views

When redirecting from http to https in a shop site, which status code should I use?

On a shop website, when "Pay now" is clicked we perform a header redirection to the same URL, just an SSL secured https version. In such a common scenario, should we use a permanent (301), a ...
2
votes
1answer
234 views

How do you hide file extension in URL?

I would like to drop the .aspx extension from my webpages. One reason is that I'm not sure I will stick to ASP.NET WebForms technology. How do you do it?
0
votes
2answers
36 views

what are good UI ways for editing xml files in web pages?

I have an xml file which contain a lot fields and sub fields, I am not sure yet, but around 100 or 200 of fields. Fields value types may need true/false , others need drop down to select from, and ...
0
votes
6answers
93 views

Are there other .NET based Content Management Systems (CMS) beside DotNetNuke that support multiple sites with one install?

I know that there are a LOT of questions on SO about CMSs based on .NET but I have just one specific question. I know that DotNetNuke supports multiple site creation on one installation. Of the ...
1
vote
1answer
110 views

What I need to know if I want credit card payments in an ecommerce website

I live in Costa Rica (central america). I want to build an ecommerce website with credit card payments, I know Asp.NET and SQL Server 2008. I know paypal and the express checkout solution, but many ...
1
vote
1answer
74 views

looking for cheap, USA-based, shared, ASP.NET 4 hosting [closed]

Possible Duplicate: How to find web hosting that meets my requirements? Actually I did find a solid company in Poland, where I live, but the problem is I will need USA-based server IP ...
0
votes
2answers
312 views

How to redirect domain.com to www.domain.com with DNS and IIS?

How can I redirect example.com to www.example.com using DNS / IIS? I wish to do this for an asp.net web site to prevent duplicate contents (Bad for SEO). I had 2 a record in dns (Windows Server ...
1
vote
2answers
91 views

Does someone knows of a free asmx webhosting?

I wrote a webservice (*.asmx) and I want to host it for free. Couldn't find a website that alows web service hosting. Does someone know of such ?
0
votes
1answer
77 views

Newsletter for my website

I have been recently looking at some websites and they have a mailing list newsletter. If I click unsubscribe it goes straight to their server and you can unsubscribe from their server. What ...
1
vote
2answers
119 views

publish asp.net website in subfolder

I need to publish my website into a subfolder of an existing one. Notice that there's no way to create a subdomain (e.g.: http://mynewwebsite.example.com), no way to access to IIS. At the moment I ...
0
votes
2answers
108 views

How to publish a website built using ASP.NET?

I developed a website on my pc using visual studio 2005 and sql server 2005. Now I want to make my website live on the internet. How to publish a website built using ASP.NET?
1
vote
1answer
68 views

Folder naming convention in a web development

I'm just wondering whether it would be appropriate/acceptable to use the following folder naming convention within a website development? For folders which the end users will see as part of the URL: ...
1
vote
1answer
68 views

Weird .ASP pages from my non-ASP site generating 404s

In Google Webmaster Tools, I have a huge list of "Not Found" crawl errors (404) with URLs that look like this: http://www.exclusivevillas.co.za/villa_view.asp?vSeq=82&activitySeq=3&page=3, ...
0
votes
1answer
65 views

ISAPI_Rewrite and asp.net events upon postback

I have a rewrite rule to rewrite www.mysite.com/default.aspx to www.mysite.com. RewriteRule ^default.aspx$ / [NC,R=301,L] On that site i have an asp.net server Button. When i click the button it ...
1
vote
3answers
90 views

ASP.NET Simple CMS

I have an existing ASP.NET web site. The site has a "news" section and I'd like to add some very simple content management functionality to that an administrator can edit the news. I had thought of ...
0
votes
2answers
131 views

Wordpress blog in subdirectory of ASP.NET webforms application

I am trying to setup a Wordpress blog to run in the subdirectory of an ASP.NET wbforms application so I can have http://www.myapplication.com/blog I have Wordpress running on IIS 7 fine as it's own ...
2
votes
2answers
244 views

Free ASP.NET Ajax Image gallery

I am searching for a free script in ASP.NET(C# o VB.NET) and Ajax form image gallery, can you help me?
2
votes
4answers
102 views

Is it good idea to put a captcha on credit card payment form

Is it good idea to put a captcha on credit card payment form? I am thinking to put one on my asp.net mvc application's payment section to make it more secure but I have never seen anybody doing ...
0
votes
4answers
120 views

Free asp.net hosting for my college project [closed]

Possible Duplicate: How to find web hosting that meets my requirements? I am a student developing an asp.net website for my college project. I'd like to put it online for everyone to see. ...
2
votes
2answers
126 views

Is there a way to test if a browser supports flash/silverlight?

I'm trying to determine if a browser that my content is being pushed to supports flash/silverlight. That way, if there is no support on the browser, I can interchange the flash/silverlight components ...
3
votes
2answers
204 views

Comment system which can integrate with existing website

I need third party commenting system for ASP.Net website, preferably free or pay one time fee for the code. I need the commenting system to be integrate with website login, so that users no need to ...
1
vote
1answer
65 views

web farm application issue with compilation

I have an application in a web farm which it consists of 4 web servers. Every time I made a change on the application and I upload it on the server I am getting an error which said that the *.DLL ...
0
votes
1answer
138 views

how can I get my data in SQL using JavaScript in ASP.Net [closed]

I have no idea in creating javascript. Can javascript fetch data from the database?
1
vote
1answer
110 views

HTTPS on my ASP.NET 2.0 application

I have an application developed using asp.net 2.0 and the goal is to make the webpage secure by using the https protocol. I have searched all over the internet for some insight on how to accomplish ...
2
votes
1answer
227 views

GoDaddy 4GH Hosting Experiences?

I've just come across GoDaddy's 4GH Hosting. It's incredibly cheap and the sales blurb makes it sound amazing. Anyone tried it out yet (particularly for ASP.NET / MS SQL Server sites)? I'd love to ...
1
vote
0answers
62 views

Hosting related inquery Asp.Net 4.0 application [closed]

We are building a public site Using asp.net 4.0 and SqlServer 2008 R2. We are assuming with a year our user count will be around 200,000. We need better a understanding; for hosting how much ...
3
votes
4answers
99 views

URL rewrite procedure

I have site name like http://www.abcd.com and in the site i have propertydetails page. So now i want to display in url http://www.abcd.com/hy2345 instead of ...
1
vote
1answer
69 views

Is DiscountASP a good host choice for an app that will have mostly foreign traffic?

I've created an ASP.NET MVC application for a client in India. Most of the web traffic would come from India. I typically host my apps at DiscountASP, but would this be a good choice for an app ...
3
votes
1answer
206 views

How to avoid DotNetNuke with another ASP.NET application conflicts

Web have the following scenario: A generic web developed using DotNetNuke A b2b web application developed using ASP.NET + Silverlight What we want to do is the following: When a client goes to ...
2
votes
4answers
217 views

DOwnload file from IIS7 server with # in file name

I'm running IIS 7 web server and getting an error 404 when trying to download a file with a # symbol anywhere in the file name. http://www.server.com/files/my#filename.doc <-- does not download ...
0
votes
1answer
317 views

several subdomains pointing to one folder. fasthosts problem

I have a asp.net website (e.g. www.website.com). The idea is that you will go to the url 'yourname.website.com' and my site will request the name from the sub domain, process it and change the content ...
2
votes
7answers
285 views

What is the best CMS for .net?

I need advice on the best CMS for an online shopping website in ASP.NET 4.0. Any advice?
1
vote
2answers
72 views

PDF conversion on website using ASP.NET platform

I want to give users an option to download the web page of my website they are currently viewing. I have searched and found 3rd party windows software which convert the pages, but I am looking for an ...
1
vote
1answer
100 views

Best and Economic Domain Purchase and hosting for asp.net app [closed]

Possible Duplicate: How to find web hosting that meets my requirements? Hi Guys I have created an asp.net application and now i want to publish it on the internet and want to place ...
0
votes
1answer
140 views

A tool for test webpages in older Browsers? [closed]

Possible Duplicate: How can I see what my web site looks like in various browsers? Hi, at the moment I develop a ASP.Net Page Community board. I have installed FF4, IE9 and Opera 10. A ...
6
votes
2answers
723 views

Orchard CMS Internet shop

Does anyone know where to find tutorial how to make an Internet shop by using Orchard CMS? I'm new at web programming, but I have experience with .Net technologies.

1 2