how to create forums for my website. I downloaded forum software from Jilbilt.com Its working fine but I need to integrate it with my website. Like if a user registers in my site he should be aoutomaticalluy registered with the forums
also.
I have a web Application in .net 3.5 sp1 in which i need to added some forums functionality like Post forums (as we post on forums.Asp.net) and 1 shoutBox in which all registerd user leave there Messages....an any one tell me that what is ways of acheiving itLike i create this as new Project or i add this functionality from interne
i need to create a rating mechanism for a website just like the one in here (asp.net forums) but i don't know how it's working and it's a little confusing since i saw someone with 105 posts is rated 35 point while another person with 35 posts has the samerate
've created asp site, and i would like to get free & nice forum to include .. where i can get that ?also, i would like to get the best offers for server ( best hosters ) which support asp
I have a asp.net website in the IIS which is available on internet as www.xyz.com now I have been asked to prepare another website which will be accessed via www.xyz.com/abc.
For this, do I need to create a virtual directory under the website folder XYZ in IIS? or is there any other way to achieve this.
I am creating a web site through command line. I am able to create a web site with single host address. But i want multiple host address for a website. this is the command I am using iisweb /create D:Test Test.com /d [URL]
I need to know, whether extjs 3.1 is available of exception handling and logging build in library .Like Logging the exception as log file , with the specification of error whether it is major or minor or critical or info.new log file creating on specified size exceeded. etc...
asked in forums but I could not find any forum, newsgroup or discussion boards for "trainers" (teachers, coachers) and supporters (writers of courses, sysadmins of labs, et al) of professional courses for IT developers Might be the certified by major vendors trainers have the sites with forums but they are closed to non-certified "colleagues". Are there? I even do not know!I train as a hobby, sporadically, and I am not certified as trainer, at least by private entity. I daresay I spend on preparation to train more than I earn from training
I want to create a software (desktop or web application) that have some bellow features:At beginning, I will add some forum (that I want to post topic to there) to software (to make it easier, at first the kind of forum is just vbulletin maybe)Posting topic to forum automatically (Type topic content and select forum to post)Manage all topic in all forum that we have post before.Posting reply to each reply.I think this software is very useful for those who want to post and manage a lot of topic in a lot of forum. Do you think any soft like this one that was created already?How can I get start with this? At now, can I use C#, ASP.NET to implement this idea?
I want to learn how to create websites using ASP.net and mySQL database. I have Visual Studio 2008. where can I get information from? so I can start building my first website
How do I create a .net framework 2.0 website in Visual Web Developer Express Edition? The only option I get when trying to create a new website is for it to be .net version 3.5.
I developed a webapplication,Now i want to create Rss feeds for my website.In my application i have a module call Film news, which contain the latest news of the film stars. Now i want to create rss feeds for that module.the news contains title and description.how can i create rss feeds for my application.
I guess the title gives most of my question away, I have a university project in which I must design and create a website in php or asp.net I have chosen the asp.net path since I am pretty familiar in php and I prefer C# to php.. Could someone please reference some good online places to visit to do some further learning, and recommend some books
I have an existing website, I want to create unit tetsing for each class in App_Code of my website. I have used Visual Studio create unit testing wizard. It auto create wwwroot_accessor for me so that I can access the class. However, When I try to pass interface object, I got error like value of type "fakeClient_accessor" cannot be converted to
So I am think maybe I make an assembly of the App_Code.dll, add it as reference to my unit tetsing page, so I directly access the class instead of using accessor. Is my thinking correct to do unit testing? How do I create the App_Code.dll by using build?
anyone implemented hit counter?i don't want to count the page when it refresh as the website viewed it must be count and not when refresh!and also i know to save using gloabal.asax and save to text file but it save as 1,11,111 etc but when reset again it start from 0,anybody implemented pl post codings
have few doubts running though my mind which I want to clear. Here is my scenariolet's say I want to create a website for library management.I need to have registration page where I will allow users to register and login. My doubt is : After login how do I restrict users from accessing only the authorized page ? also I need to make sure that they should not access pages by entering the url directly without authentication ? i don't want to use the login controls provided in asp.net by default.