ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
0
votes
2answers
253 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
222 views
Are there other .NET based Content Management Systems (CMS) beside DotNetNuke that support multiple sites with one install? [duplicate]
Possible Duplicate:
Which Content Management System (CMS) should I use?
I know that there are a LOT of questions on SO about CMSs based on .NET but I have just one specific question.
I ...
3
votes
1answer
449 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
113 views
looking for cheap, USA-based, shared, ASP.NET 4 hosting [duplicate]
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 ...
1
vote
2answers
3k 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 ...
2
votes
2answers
302 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
253 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
815 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
2k 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?
2
votes
1answer
224 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
94 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
202 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
207 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
531 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
706 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
196 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
3answers
384 views
Free asp.net hosting for my college project [duplicate]
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
328 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
1answer
750 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
86 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
848 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
282 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
283 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
75 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
288 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
95 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
829 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
466 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 ...
2
votes
1answer
872 views
Several sub domains 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
844 views
What is the best CMS for .net? [duplicate]
Possible Duplicate:
Which Content Management System (CMS) should I use?
I need advice on the best CMS for an online shopping website in ASP.NET 4.0. Any advice?
1
vote
2answers
324 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
120 views
Best and Economic Domain Purchase and hosting for asp.net app [duplicate]
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
410 views
A tool for test webpages in older Browsers? [duplicate]
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
2k 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.
2
votes
2answers
246 views
Number of visitor widget
I am developing my own blog site in ASP.NET and I would have several blogs in future. I want to have a widget on page which will show the number of user visited to my page based on the URL {Because ...
0
votes
3answers
229 views
ASP.Net SEO Architecture Pattern
I come across with a Business Team, for which their corporate site is on asp.net platform. Those folks are pretty much interested to improve their site by increasing SEO Performance. I am interested ...
3
votes
4answers
2k views
Is MochaHost as good as it sounds?
It's time for me to find a new web host, and I'm a bit overwhelmed by the selection. I need a Windows host. One provider that seems to stand out is MochaHost. Here are a few of the things that look ...
1
vote
3answers
62 views
Website security
I have a website which uses membership/roles for security. However, I really want this site to be secure. My concern is one day something happens to server and the membership/roles is turned off.
Is ...
1
vote
1answer
187 views
ASP.net based Website DB access issues?
We have a dynamic website based on MSSQL and ASP.net. There is a hosted DB, which we have an IP and access credentials for. We do not apparently know where it is hosted. We need to make changes which ...
1
vote
5answers
288 views
ASP .NET Blog Engine Web Installer API
For one project i need a blog engine that support multiple blogs (registered user can create their own blogs).
Blog engine has to be fully integrated with some existing system (users, roles, security ...
1
vote
3answers
116 views
Domain held at one registry, need to redirect to subdomain on my own hosting provider
There are lots of questions around this general area, but I haven't seen one that exactly mirrors what I'd like to know. It's per the title really. My understanding (and what I'm told by my host) is ...
1
vote
1answer
154 views
ASP 3.0 Folder/File Permissions Settings (ASP Classic)
I have built a form input page in HTML that
has an action to post to an ASP handler/processor
.asp file. The form handler/processor .asp file
contains only <% Insert VBScript Here %> and no
HTML ...
1
vote
1answer
144 views
Scalable ASP.NET hosts for under $20.00/ month
I am looking for a scalable ASP.NET host for under $20.00/ month.
I need it scalable just in case my website is featured on popular blogs and traffic increases dramatically (in that case, I would ...
0
votes
2answers
113 views
Looking for Windows shared web hosting with PHP support [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I'm looking for Windows based shared web hosting which supports multiple hosted web sites (multiple domains). ...
0
votes
1answer
132 views
Is there any good hosting for asp.net and MySQL
I have an account with a hosting company and I have made a project in asp.net and I have used MySQL for the database but... the hosting company has not given my account enough privileges to create a ...
4
votes
1answer
551 views
Where to store users consent (EU cookie law)
We are legally obliged in a few months to obtain consent from users to allow us to store any cookies on the users PC.
My query is, what would be the most effective way of storing this consent to ...
7
votes
3answers
173 views
How should a site respond to automated login attempts with phony usernames?
For the last couple weeks I've been seeing a consistent stream of 15-30 invalid login attempts per hours on my site. Many of them are non-sensical usernames that nobody would ever register for real, ...
4
votes
2answers
179 views
Any tools for measuring the security of a site?
I'm wondering is there any tool for measuring or testing the security of a website ?
I've written some ASP.NET web-app , So i would like measure the security of my own application and if there is ...
1
vote
1answer
89 views
Family History Website
I want to develop a website that has family history information. Something like Ancestry.com but much simpler. I want to display photos, family tree, have logins and allow members to upload family ...
2
votes
3answers
330 views
Hosting solutions for 10,000 daily users, asp .net 4, sql server 2008 R2? [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I've run a custom built social network on top of asp .net mvc & sql server 2005 for the last 2 years on ...