| |
|
|
lesonfu
: On
March 19, 2008 11:52 PM
said:
|
|
|
|
|
|
m3loma
: On
March 25, 2008 11:02 AM
said:
|
|
|
|
|
|
ramesh.kumarv82
: On
March 26, 2008 9:42 AM
said:
|
This video Secure my Site using Membership is really excellent .
|
|
|
|
sury77
: On
March 26, 2008 12:40 PM
said:
|
everything works great on local computer when i copy files to the surywebdesi.web701.discountasp.net and try to run geting Server Error in '/' Application. Parser Error Message: The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty need help thx sury
|
|
|
|
wisecarver
: On
March 28, 2008 12:01 PM
said:
|
I'm creating a video for you Sury. A lot of people are having the same trouble... (Local Express DB to remote hosted SQL Server DB.) The video will cover how to handle this problem. Salute, Mark
|
|
|
|
boqo
: On
April 11, 2008 6:42 AM
said:
|
i have asp.net page containing data from database. i can add products to cart. To add to cart, i change the bit from 0 to 1 and then show all products whose bit is 1 on add_to_cart page. but this situation is true for only one user. when another users login then that cart bit is already 1 for that user. i want that for all users must access the original database i.e cart field must 0 not 1. help please
|
|
|
|
BrianMize
: On
April 22, 2008 11:13 AM
said:
|
Everything works as demonstrated in the video, however, if I login under admin and view a profile secure page (e.g. manage users, etc.) and then login under the user account (in this case "mike"), then I'm not able to see it as excpected, however, if I hit backspace a few times, I can because then I'm logged in as admin. How can I keep that from happening, I think it has something to do with having the page expire, but how is that done in asp.net? Also, is it a good idea or OK to hide the login box by putting it inside the login view so that if you are logged in you won't see it? Thanks
|
|
|
|
zarak786
: On
May 05, 2008 2:25 AM
said:
|
Please help help help When i run from visual studio it runs smoothly but when i publish to IIS or to remote server it gives me a user/password error Your login attempt was not successful. Please try again
|
|
|
|
SchultzIdeas
: On
May 05, 2008 12:36 PM
said:
|
Zarak, I am by means no expert but I have the answer to your problem after many frustrating hours myself. After you publish your site. 1. Be sure and manually copy your ASP_DATA directory to your website. 2. Edit the permissions on your ASP_DATA directory at your IIS Site. Make sure IIS/Users have modify persmissions. Hope this fixes it for you.
|
|
|
|
fahadm
: On
May 08, 2008 9:54 AM
said:
|
|
|
|
|
|
waqarlaghari
: On
May 12, 2008 6:35 AM
said:
|
thank you asp.net to provide a best resoucre for students to understand new technology with videos... again thanks
|
|
|
|
aftab
: On
May 24, 2008 11:50 AM
said:
|
I really like this guy. He knows what he is saying. Training at his best!
|
|
|
|
timwp
: On
June 11, 2008 2:00 PM
said:
|
is there a post or tutorial that can point me in the direction of implementing this type of security on a webserver which doesn't have VWD installed. can i just append the data file created on my testing server to the database on my production server?
|
|
|
|
thaqi498
: On
June 19, 2008 4:39 AM
said:
|
this video is ok........ but i want another video for the same purpose(roles and membership),instead of using asp.net websiteconfiguration,we have to write code fully
|
|
|
|
shweko
: On
June 23, 2008 9:50 AM
said:
|
nice video. Can you please do some demo using databases other than SQL server db? Thanks shwe
|
|
|
|
imAdeel
: On
June 26, 2008 10:14 AM
said:
|
hi Guys, I followed the instruction and everything worked on my local server, I want to know , how to upload or make it work on my hosting server, what needs to be there inorder to make it work on internet? I will appreciate your reply. Thanks, Adeel
|
|
|
|
tezelcelebi
: On
July 03, 2008 9:56 AM
said:
|
hi,nice video. on createuser wizard, you are taking current user's name that is logged on, not the newly created user. therefore OnDeactivate method it should be like this: Roles.AddUserToRole(CreateUserWizard1.UserName, ListBox1.SelectedValue); regards, tezel
|
|
|
|
suesargis
: On
July 03, 2008 6:15 PM
said:
|
great info but I got lost in the part adding code to select user roles. Where is this written so I can copy it? thanks
|
|
|
|
ruce
: On
July 30, 2008 9:10 PM
said:
|
What happens when you don't see the ASPNETDB.MDF folder inside App_Data in my site project? I have created roles/memberships security etc. in WAT. but can't see any folder called ASPNETDB.MDF.
|
|
|
|
|
|
kemik25
: On
August 11, 2008 3:25 PM
said:
|
Usefull Easy to Understad. Do you have any video format learning material.
|
|
|
|
vision1685
: On
August 11, 2008 7:38 PM
said:
|
please i'm new into the whole programming stuff but i really do love to be a programmer, maybe because i love thinking. i will like somebody to assist me with the code on how to connect a database to a form and create report......
|
|
|
|
pavanbh143
: On
August 26, 2008 7:09 AM
said:
|
hello all, i am new to this programming field but i understood very easily about .net because of dragging and dropping controls make it easy and this supports type free, not only that in other programming languages like java and all we need to develop a control on our own but here all controls are listed and ready to use this made my job very easy thanx to microsoft corporation and those helping me on online thanx pavan.......
|
|
|
|
pgcrooks
: On
August 26, 2008 11:02 AM
said:
|
Hey all, bit of a problem here... When I click on the ASP.NET Configuration button and then Security, I keep getting an error message saying the database connection could not be made. Any ideas how to get around this? I thought the config app biult the db itself :S Thanks, Paul
|
|
|
|
yamu
: On
September 07, 2008 3:55 AM
said:
|
thanks for nicer video, but I have problem, I followed your instruction and create 3 roles 1.Administrator 2.Power User 3.User, in Administrator I have full access, when I create new user (Mikki) and set role as Administrator, and login with Mikki I can log but Admin folder could not appear, when I check it in Website Administrator Tool, User Mikki is created but no one role is checked, so how I can solve this problem I am looking help, help will be appriable Regards yamu
|
|
|
|
|
|
mpark
: On
October 01, 2008 11:31 AM
said:
|
Please can someone tell me how i can use an internal sql database with this application?
|
|
|
|
subhamajumdar
: On
October 11, 2008 1:59 AM
said:
|
Please can someone tell me how i can run my asp.net project online.
|
|
|
|
vadim.vasilenko
: On
October 14, 2008 12:19 PM
said:
|
Mark, great thanks for this video!
|
|
|
|
|
|
Archichueng
: On
October 17, 2008 10:20 PM
said:
|
hi all, who can tell me where can I get the file "masterpages.zip" when creating a new project. thanks
|
|
|
|
Phay
: On
October 19, 2008 7:53 PM
said:
|
Hi all, This is great VDO but i still have problem with Password Recovry the error msg occors like this "The remote name could not be resolved: 'exchange1' ". Anyone can tell me weither we can submit from Local machine or not? my PC is cannected to Internet. Thank you!
|
|
|
|
AnjuSri
: On
October 21, 2008 6:21 AM
said:
|
Hi, Thanks for a wonderful video. Its too good. But i couldn't get from where i can find the "masterpages.zip". I searched it everywhere but was not successful.
|
|
|
|
aeg@online.no
: On
October 25, 2008 7:46 AM
said:
|
I have followed your video series and now I want to add a new database to this webSite(Secure my Site using Membership and Roles) and tryed programming it through using the video "Create Data-Driven Web Sites", but where onely a empty DropdownList and no GridView. I did the same in another simple project same as "Create Data-Driven Web Sites" and it worked there. Some idea
|
|
|
|
pathak.sarvesh86
: On
October 27, 2008 6:01 AM
said:
|
hello! friends i am the new member!
|
|
|
|
|
|
bbernal
: On
November 04, 2008 8:08 PM
said:
|
I am also looking for the masterpages.zip file any one knows?
|
|
|
|
AnjuSri
: On
November 05, 2008 3:22 AM
said:
|
i couldn't get masterpages.zip template.. Can anyone help ?
|
|
|
|
Sumon Rahman
: On
November 17, 2008 12:36 PM
said:
|
Hi all, I'm from Bangladesh. Here ASP.net is very popular for building web-aps. I've got a lot of help from the videos. But if all the videos is in C# then it will be so fruitful for me.
|
|
|
|
AnjuSri
: On
November 18, 2008 8:20 AM
said:
|
Hi, I am facing problem as the mails are not getting delivered and getting stuck in C:\Inetpub\mailroot\Queue folder. Can anyone help ??? How can i enable delivery of the emails???????????????
|
|
|
|
|
|
Yikum
: On
December 05, 2008 9:06 AM
said:
|
Hello, I have sql express 2005. And I want to create and be able to have access to the AspnetDB under sql express management studio and set up the web.config file to point to this database. I have followed all the videos created by Joe Stagner about asp.ent security and roles, but I don't seem to benefit a lot out of it. Any help please?
|
|
|
|
doug22
: On
December 08, 2008 12:15 PM
said:
|
Great video, thanks for your time doing this, it is a real time saver. It looks like you were working on a video to help solve a problem many users are having (see above March 28,2008) , it is out yet? I am having the same problem, the application works fine on my local server, hides the tree for those denied access, and shows for those given access. But when I publish it on the Server, it will not allow me to login, I get an error (see March 26, 2008). It also shows all the Tree branches on the server, when I am not logged on.
|
|
|
|
Danny117
: On
December 21, 2008 11:12 AM
said:
|
|
|
|
|
|
agrawalbs
: On
December 22, 2008 1:11 PM
said:
|
|
|
|
|
|
jonesyfr
: On
December 29, 2008 1:51 PM
said:
|
An excellent video as are most of others. It would be nice though with most of these videos to have advice or "traps to avoid" when copying files to a host server on the Internet as this is what a lot of people will be doing.
|
|
|
|
jotoki
: On
December 30, 2008 8:57 AM
said:
|
err dis the other video about uploading to SqlServer ever get done? I cant seem to find it
|
|
|
|
makinenister
: On
January 02, 2009 6:32 AM
said:
|
i want create new website whatis the procedure of it? i doubt start from master page is better,plz tell me
|
|
|
|
mani4u
: On
January 03, 2009 4:19 AM
said:
|
nice video . its very useful . i got error at smtp setting how to find smtp server name. thanks
|
|
|
|
webfabrik
: On
January 04, 2009 6:42 PM
said:
|
getting this error on the security tab of the administration tool... There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. any ideas?
|
|
|
|
webfabrik
: On
January 04, 2009 7:01 PM
said:
|
ignore previous post, thanks
|
|
|
|
safaotoum
: On
January 20, 2009 12:27 PM
said:
|
|
|
|
|
|
Grazza21
: On
February 08, 2009 6:54 PM
said:
|
|
|
|
|
|
mails2ams
: On
February 08, 2009 9:43 PM
said:
|
I am not able to view this video can anybody mail me out this video plzz.. I t's very required thing
|
|
|
|
mails2ams
: On
February 08, 2009 9:43 PM
said:
|
I am not able to view this video can anybody mail me out this video plzz.. I t's very required thing
|
|
|
|
Grazza21
: On
February 09, 2009 7:02 PM
said:
|
hi in getting an unhandled exception when i run this in my browser. it seems the rolenames are not been picked up,, for example the list box which contains the roles is empty. any help would be great
|
|
|
|
|
|
bohunt
: On
February 13, 2009 12:36 PM
said:
|
|
|
|
|
|
dollu
: On
February 25, 2009 2:32 AM
said:
|
I am getting this error: Value of type 'String' cannot be converted to '1-dimensional array of String'. in following line : Roles.AddUsersToRole(User.Identity.Name, DropDownList1.SelectedValue) How do I resolve it? Can some body please help. I am kind of new to programming.
|
|
|
|
dollu
: On
February 25, 2009 3:06 AM
said:
|
Also I am getting following error when I add " <siteMap defaultProvider="default"> <providers> <clear/> <add name="default" type="System.Web.XmlSiteMapProvider" sitemapfile="web.sitemap" SecurityTrimmingEnabled="true"/> </providers> </siteMap>" to web.config file. Exception Details: System.Configuration.ConfigurationErrorsException: The attribute 'sitemapfile' is unexpected in the configuration of the 'default' provider. Can some you help?
|
|
|
|
dollu
: On
February 25, 2009 3:10 AM
said:
|
The code above did not display right. But i was trying got add the Site map settings for hiding the admin access to normal user. and I got this error: Exception Details: System.Configuration.ConfigurationErrorsException: The attribute 'sitemapfile' is unexpected in the configuration of the 'default' provider. Can some one help please?
|
|
|
|
lp_maxi
: On
March 02, 2009 4:47 PM
said:
|
|
|
|
|
|
prayush
: On
March 07, 2009 4:48 PM
said:
|
nice video indeed....it helped me a lot!! thnx
|
|
|
|
jr_vergel
: On
March 24, 2009 3:25 AM
said:
|
I'm getting this error in creating a new wizard step "Compiler Error Message: BC30311: Value of type 'String' cannot be converted to '1-dimensional array of String'. " in this line "Roles.AddUsersToRole(User.Identity.Name, Me.DropDownList1.SelectedValue)" Am I missing something? Thanks
|
|
|
|
jr_vergel
: On
March 25, 2009 12:47 AM
said:
|
I'm just a dope... Roles.AddUsersToRole(User.Identity.Name, Me.DropDownList1.SelectedValue) should be... Roles.AddUserToRole(User.Identity.Name, Me.DropDownList1.SelectedValue)
|
|
|
|
MSummers
: On
March 28, 2009 7:18 AM
said:
|
Ok, now you added 3 roles Administrator, Power User, and User. In the costom steps you don't want a new user to assign them self Administrator priviliages. So how do you assigned them users priviliages automaticly with out letting them choose thier own priviliages roles?
|
|
|
|
MSummers
: On
March 28, 2009 7:27 AM
said:
|
Now a new user just created a account on your web site. How can the Administrator of the web site gets an e-mail saying that a new user just created an new account. At this point the system Administrator can go change the roles of this new user if they wants to.
|
|
|
|
soni.cool.cool
: On
April 29, 2009 10:52 AM
said:
|
i want to work with silver light so whick book i read if any other person have knowledge this book plz reply
|
|
|
|
learner520
: On
May 20, 2009 11:44 PM
said:
|
hi everybody! please anybody can tell me why Treeview menu disapeared as I set securitytrimmingenabled = "true" help will be really appriciated
|
|
|
|
AnotherAnonymous
: On
May 25, 2009 9:34 PM
said:
|
Thanks for the video! But I have a questions. How do I logout user (in example with a button )? Sorry I'm noob)
|
|
|
|
AnotherAnonymous
: On
May 25, 2009 10:08 PM
said:
|
Sorry,I've forgot about this one: how do I change security rules for the password? I don't need such secure password. Can I have "111" type?
|
|
|
|
artsylar
: On
July 09, 2009 10:36 AM
said:
|
This is really a great tutorial. Thank you so much.
|
|
|
|
ssmani84
: On
July 17, 2009 12:48 PM
said:
|
ya i agree the above points......its really very helpful my s/w industry life
|
|
|
|
CorvetteMike
: On
July 20, 2009 7:15 PM
said:
|
I don't get it???? I stop the video after each step and emulate the same thing on my end. I can't get anything to work with security and passwords. What can I post so someone can see????? I do agree.. it is a great video!
|
|
|
|
goodnewsjim
: On
August 15, 2009 8:04 PM
said:
|
I didn't get very far. I can't even load up the template he explained. 2008 has a different directory structure
|
|
|
|
nimmy
: On
August 19, 2009 11:54 PM
said:
|
Hi Mark, this worked on my Visual Studio environment but failed when I deployed to a standalone IIS - the SQL server was not found eventhough the files are there and the folder has appropriate read permissions. I would like to keep the local Express DB in the new environment. Any idea what the problem is? Cheers, Nim
|
|
|
|
jenny wang
: On
August 27, 2009 6:17 AM
said:
|
goodnewsjim: Please watch video[10] regarding Masterpages first. In that video, you will learn how to build a masterpage and save it as a web site template. Then you can use that template to build website in this video.
|
|
|
|
EducateMe
: On
September 02, 2009 5:25 AM
said:
|
This video doesn't really explain everything. After you publish the website you're going to run into problems. I think a lot of people are going to need that extra week. I hope they make some serious improvements to vs2010. Also most sites have an image at signing up for security or email for verification...There's none of that here.
|
|
|
|
Bernd Wilde
: On
September 06, 2009 8:24 AM
said:
|
Hello, does everybody know what are the requirements to create a user password in the Web Site Administration Tool?? I tried about 50 variations and nothing is working. The Videos are nice but they should go more in detail. So can everybody give an answer??
|
|
|
|
tarunsaini
: On
October 25, 2009 7:06 PM
said:
|
i want to create mail account so plz help me because your vedio so nice
|
|